3.2800 \(\int \frac{1}{\left (c (a+b x)^2\right )^{5/2}} \, dx\)

Optimal. Leaf size=30 \[ -\frac{1}{4 b c^2 (a+b x)^3 \sqrt{c (a+b x)^2}} \]

[Out]

-1/(4*b*c^2*(a + b*x)^3*Sqrt[c*(a + b*x)^2])

_______________________________________________________________________________________

Rubi [A]  time = 0.0307744, antiderivative size = 30, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.231 \[ -\frac{1}{4 b c^2 (a+b x)^3 \sqrt{c (a+b x)^2}} \]

Antiderivative was successfully verified.

[In]  Int[(c*(a + b*x)^2)^(-5/2),x]

[Out]

-1/(4*b*c^2*(a + b*x)^3*Sqrt[c*(a + b*x)^2])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 2.74811, size = 37, normalized size = 1.23 \[ - \frac{2 a + 2 b x}{8 b \left (a^{2} c + 2 a b c x + b^{2} c x^{2}\right )^{\frac{5}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/(c*(b*x+a)**2)**(5/2),x)

[Out]

-(2*a + 2*b*x)/(8*b*(a**2*c + 2*a*b*c*x + b**2*c*x**2)**(5/2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0217752, size = 25, normalized size = 0.83 \[ -\frac{a+b x}{4 b \left (c (a+b x)^2\right )^{5/2}} \]

Antiderivative was successfully verified.

[In]  Integrate[(c*(a + b*x)^2)^(-5/2),x]

[Out]

-(a + b*x)/(4*b*(c*(a + b*x)^2)^(5/2))

_______________________________________________________________________________________

Maple [A]  time = 0.007, size = 22, normalized size = 0.7 \[ -{\frac{bx+a}{4\,b} \left ( c \left ( bx+a \right ) ^{2} \right ) ^{-{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/(c*(b*x+a)^2)^(5/2),x)

[Out]

-1/4*(b*x+a)/b/(c*(b*x+a)^2)^(5/2)

_______________________________________________________________________________________

Maxima [A]  time = 1.41222, size = 24, normalized size = 0.8 \[ -\frac{1}{4 \, \left (b^{2} c\right )^{\frac{5}{2}}{\left (x + \frac{a}{b}\right )}^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(((b*x + a)^2*c)^(-5/2),x, algorithm="maxima")

[Out]

-1/4/((b^2*c)^(5/2)*(x + a/b)^4)

_______________________________________________________________________________________

Fricas [A]  time = 0.21454, size = 131, normalized size = 4.37 \[ -\frac{\sqrt{b^{2} c x^{2} + 2 \, a b c x + a^{2} c}}{4 \,{\left (b^{6} c^{3} x^{5} + 5 \, a b^{5} c^{3} x^{4} + 10 \, a^{2} b^{4} c^{3} x^{3} + 10 \, a^{3} b^{3} c^{3} x^{2} + 5 \, a^{4} b^{2} c^{3} x + a^{5} b c^{3}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(((b*x + a)^2*c)^(-5/2),x, algorithm="fricas")

[Out]

-1/4*sqrt(b^2*c*x^2 + 2*a*b*c*x + a^2*c)/(b^6*c^3*x^5 + 5*a*b^5*c^3*x^4 + 10*a^2
*b^4*c^3*x^3 + 10*a^3*b^3*c^3*x^2 + 5*a^4*b^2*c^3*x + a^5*b*c^3)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{\left (c \left (a + b x\right )^{2}\right )^{\frac{5}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/(c*(b*x+a)**2)**(5/2),x)

[Out]

Integral((c*(a + b*x)**2)**(-5/2), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.562534, size = 4, normalized size = 0.13 \[ \mathit{sage}_{0} x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(((b*x + a)^2*c)^(-5/2),x, algorithm="giac")

[Out]

sage0*x